home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / hyper / hsc_source.lha / hsc / source / hsclib / hsclib.h < prev    next >
C/C++ Source or Header  |  1996-08-31  |  1KB  |  36 lines

  1. /*
  2.  * hsclib/hsclib.h
  3.  *
  4.  * this file should be included by every program that uses
  5.  * functions of hsclib
  6.  *
  7.  * Copyright (C) 1996  Thomas Aglassinger
  8.  *
  9.  * This program is free software; you can redistribute it and/or modify
  10.  * it under the terms of the GNU General Public License as published by
  11.  * the Free Software Foundation; either version 2 of the License, or
  12.  * (at your option) any later version.
  13.  *
  14.  * This program is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this program; if not, write to the Free Software
  21.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  *
  23.  */
  24.  
  25. #ifndef HSCLIB_HSCLIB_H         /* avoid include twice */
  26. #define HSCLIB_HSCLIB_H
  27.  
  28. #include "hsclib/inc_base.h"
  29.  
  30. #include "hsclib/include.h"
  31. #include "hsclib/linit.h"
  32. #include "hscprj/project.h"
  33.  
  34. #endif /* HSCLIB_HSCLIB_H */
  35.  
  36.